home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 14646 / 14646.xpi / chrome / content / simplebosskey.xul < prev   
Extensible Markup Language  |  2009-10-06  |  433b  |  15 lines

  1. <?xml version="1.0"?>
  2.  
  3. <overlay id="simplebosskey" 
  4.          xmlns:html="http://www.w3.org/1999/xhtml"
  5.          xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  6.    <keyset id="mainKeyset">
  7.  
  8.       <key id="sbkMinimizeWin"
  9.            keycode="VK_F12"
  10.            oncommand="gBrowser.selectedTab = gBrowser.tabContainer.childNodes[0]; setTimeout(function() { window.minimize(); }, 0);" />
  11.  
  12.    </keyset>
  13. </overlay>
  14.  
  15.